home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4014 / 4014.xpi / chrome / skin / urlbar.css < prev   
Cascading Style Sheet File  |  2008-05-28  |  2KB  |  62 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace html url("http://www.w3.org/1999/xhtml");
  3.  
  4. #urlbar {
  5.   -moz-binding: url(chrome://locationbar2/content/urlbar.xml#urlbar) !important;
  6. }
  7.  
  8. .textbox-presentation-box > * ,
  9. .textbox-presentation-segment ,
  10. .textbox-presentation-segment > * {
  11.   margin: 0;
  12.   padding: 0;
  13. }
  14.  
  15. .textbox-overflow-ellipsis ,
  16. .textbox-presentation-box {
  17.   -moz-margin-start: 1px;
  18. }
  19.  
  20. .textbox-presentation-box ,
  21. .textbox-presentation-segment ,
  22. .textbox-presentation-slash {
  23.   cursor: text;
  24. }
  25.  
  26. .textbox-presentation-segment {
  27.   -moz-binding: url(chrome://locationbar2/content/urlbar.xml#segment) !important;
  28. }
  29.  
  30. .textbox-presentation-path {
  31.   -moz-binding: url(chrome://locationbar2/content/urlbar.xml#single-segment) !important;
  32. }
  33.  
  34. .textbox-presentation-pathFile {
  35.   -moz-binding: url(chrome://locationbar2/content/urlbar.xml#file-segment) !important;
  36. }
  37.  
  38. .textbox-presentation-protocol ,
  39. .textbox-presentation-port ,
  40. .textbox-presentation-slash {
  41.   text-decoration: none !important;
  42. }
  43.  
  44. .textbox-presentation-protocol ,
  45. .textbox-presentation-subdomain ,
  46. .textbox-presentation-port ,
  47. .textbox-presentation-slash ,
  48. .textbox-presentation-path ,
  49. .textbox-presentation-file ,
  50. .textbox-presentation-query ,
  51. .textbox-presentation-fragment {
  52.   color: graytext;
  53. }
  54.  
  55. #urlbar[linkify="true"] .textbox-presentation-segment > :not(.textbox-presentation-slash) {
  56.   cursor: pointer;
  57. }
  58.  
  59. #urlbar[linkify="true"] .textbox-presentation-segment:hover > * {
  60.   text-decoration: underline;
  61. }
  62.